docs(migration): document brownfield subscription-move opt-out (#4205) - #4243
Open
Shaik Naseeruddin (NaseerDevops-1994) wants to merge 1 commit into
Conversation
…#4205) Adds guidance to the CAF Enterprise Scale -> AVM migration guide (both migration paths + FAQ) explaining that the bootstrap moves already-placed platform subscriptions by default at the end of phase 2, and how to opt out via move_subscriptions_to_target_management_group: false in inputs.yaml. Companion to Azure/accelerator-bootstrap-modules#141.
|
Shaik Naseeruddin (@NaseerDevops-1994) please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the brownfield opt-out for subscription placement during bootstrap. Relates to #4205.
Companion to bootstrap PR Azure/accelerator-bootstrap-modules#141, which exposes the
move_subscriptions_to_target_management_grouptoggle. During a brownfield CAF Enterprise Scale → AVM migration, running the Accelerator to the end of phase 2 moves the platform subscriptions (management, connectivity, identity, security) under the intermediate root management group by default — which relocates subscriptions that are already placed and temporarily detaches policy/RBAC scoped at their current management group. The migration guide did not mention this or how to opt out.Changes (docs only, migration guide)
terraform/migration/resources.md(path 1) andterraform/migration/managementgroups.md(path 2) — add a warning at the "run the Accelerator to the end of phase 2" step explaining the default subscription-move behaviour and how to opt out.terraform/migration/migration-faq.md— add an FAQ entry: "The bootstrap is moving my platform subscriptions out of their existing management groups".Each includes the
inputs.yamlopt-out:Leave unset (the default) for greenfield deployments.